home *** CD-ROM | disk | FTP | other *** search
/ PC Media 15 / PC MEDIA CD15.iso / cddemo / cddemo.exe / CDDEMO.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-01-27  |  1.5 KB  |  55 lines

  1. on exitFrame
  2.   if (rollOver(3) = 1) and (the visible of sprite 11 = 0) then
  3.     set the visible of sprite 19 to 1
  4.   else
  5.     set the visible of sprite 19 to 0
  6.   end if
  7.   if (rollOver(4) = 1) and (the visible of sprite 12 = 0) then
  8.     set the visible of sprite 20 to 1
  9.   else
  10.     set the visible of sprite 20 to 0
  11.   end if
  12.   if (rollOver(5) = 1) and (the visible of sprite 13 = 0) then
  13.     set the visible of sprite 21 to 1
  14.   else
  15.     set the visible of sprite 21 to 0
  16.   end if
  17.   if (rollOver(6) = 1) and (the visible of sprite 14 = 0) then
  18.     set the visible of sprite 22 to 1
  19.   else
  20.     set the visible of sprite 22 to 0
  21.   end if
  22.   if (rollOver(7) = 1) and (the visible of sprite 15 = 0) then
  23.     set the visible of sprite 23 to 1
  24.   else
  25.     set the visible of sprite 23 to 0
  26.   end if
  27.   if (rollOver(8) = 1) and (the visible of sprite 16 = 0) then
  28.     set the visible of sprite 24 to 1
  29.   else
  30.     set the visible of sprite 24 to 0
  31.   end if
  32.   if (rollOver(9) = 1) and (the visible of sprite 17 = 0) then
  33.     set the visible of sprite 25 to 1
  34.   else
  35.     set the visible of sprite 25 to 0
  36.   end if
  37.   if (rollOver(10) = 1) and (the visible of sprite 18 = 0) then
  38.     set the visible of sprite 26 to 1
  39.   else
  40.     set the visible of sprite 26 to 0
  41.   end if
  42.   if rollOver(2) = 1 then
  43.     set the visible of sprite 27 to 1
  44.   else
  45.     set the visible of sprite 27 to 0
  46.   end if
  47.   if rollOver(33) = 1 then
  48.     set the visible of sprite 32 to 1
  49.   else
  50.     set the visible of sprite 32 to 0
  51.   end if
  52.   cursor(-1)
  53.   go(the frame)
  54. end
  55.